Handle native children correctly in gdk_window_scroll
authorAlexander Larsson <alex@localhost.localdomain>
Wed, 21 Jan 2009 12:44:39 +0000 (13:44 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:21 +0000 (10:15 +0200)
commit7cebc68bdec4fb7daefff21cb285ec7b554651b0
tree5ce094361c36074ed6862e7e79d76b712e3f1bd9
parentc2ee81ea86eb5c32b144fa96ab147edde5d73b30
Handle native children correctly in gdk_window_scroll

This is basically the same fix as was done for
gdk_window_move_resize_internal. We make sure not to move the native
child window contents twice and we don't copy data that was overwritten
by the moving of the native child windows.
gdk/gdkwindow.c